home *** CD-ROM | disk | FTP | other *** search
/ Trading on the Edge / Trading On The Edge - CD-ROM Toolkit (Wayzata Technology)(2031)(1994).bin / pc / mac_file / vendor_d / neuralwa / nw2v50 / drsmnwgt.igb < prev    next >
Text File  |  1993-08-23  |  876b  |  45 lines

  1. inst4.1     !Aug 28, 1992
  2. !****************************************************************
  3. !*                                *
  4. !*    DRS Network Mean Weight Histogram            *
  5. !*                                *
  6. !****************************************************************
  7. !
  8.  
  9. !Default probe
  10.  
  11. !    *** Build Instrument ***
  12.  
  13. @ILdD                !load default instrument
  14. =ITit    "Network Mean Weights"    !Instrument title
  15.  
  16. ! Get maximum #PEs in a layer
  17. #Incl    "maxnlpes.iif"
  18.  
  19. ! Get initial weights for layer
  20. =f0    n1
  21. #Incl    "wghtinit.iif"
  22.  
  23. *f1    2.0
  24. =Ivmn    0
  25. -Ivmn    f1
  26. =Ivmx    f1
  27. =Ignx    40            !#bars
  28.  
  29. ! Height and width
  30. =f0    Ignx
  31. *f0    5.0            !5 pixels per bar
  32. =Ihgt    50            !height of graph
  33. =Iwdt    f0            !Width of graph
  34.  
  35. =IGVr    "AuxWt2"
  36. =IGTy    "Hist"
  37. =ITMd    0            !No transformation
  38. =IRcA    0            !Not active in recall
  39. =ILDv    10            !Every 10 iterations
  40. =IPrb    "Output"        !Point to default probe
  41. ! Let NeuralWorks take care of positioning
  42. =x    0
  43. =y    0
  44. @IAdd                !Now create instrument
  45.